<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    outline: none !important;
    margin:0;
	padding:0;
	list-style:none;
}

body {
    font-family: "PingFang SC", "Microsoft YaHei", Helvetica,  Arial, sans-serif;
    color: #040000;
    overflow-x: hidden;
    width: 100%;
    background-color: #f7f8fb;
}
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}
ul, ol { list-style:none; }



.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	background-color: #1f61d0;
	width: 100%;
	float: left;
	height: 104px;
}
.head img{
	float: left;
}
.head_nav{
	width: 788px;
	float: left;
	margin-left: 90px;
}

.head_nav li{
	width: 75px;
	float: left;
	margin-left: 32px;
}
.head_nav li a{
	color: #fff;
	font-size: 16px;
	line-height: 104px;
}
.head_nav li:hover a{
	font-size: 18px;
	font-weight: 600;
	border-bottom: 2px solid #fff;
}
.wrap{
	height:680px;
	width:100%;
	margin:60px auto;
	position:relative;
	overflow:hidden;
}
.wrap ul {
	position:absolute;
}
.wrap ul li {
	height:680px;
}
.wrap ol {
	position:absolute;
	left: 46%;
	bottom:45px;
}
.wrap ol li {
	height:7px;
	width:38px;
	background:#708cdb;
	border-radius: 2px;
	margin-left:5px;
	color:#959490;
	float:left;
	text-align:center;
	cursor:pointer;
}
.wrap ol .on {
	background:#fff;
	width: 60px;
}
.about{
	float: left;
	height: 595px;
	margin-top: 45px;
}
.about_left{
	width: 608px;
	float: left;
}
.about_left img{
	width: 100%;
}
.about_right{
	float: left;
	width: 520px;
	margin-left: 50px;
}
.about_cn{
	font-size: 38px;
	font-weight: 900;
	float: left;
}
.about_right .about_cn{
	color: #000;
	width: 100%;
	margin-top: 30px;
}
.about_en{
	font-size:26px;
}
.about_right .about_en{
	width: 100%;
	float: left;
	color: #cacaca;
	line-height: 46px;
	margin-top: 10px;
}
.about_right p{
	font-size:16px;
	color: #222222;
	line-height: 36px;
	height: 355px;
}
.about_right a{
	display: block;
	float: left;
	width: 186px;
	background-color: #3660d9;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top: 90px;
}
.pro{
	width: 100%;
	float: left;
	height: 670px;
	background-image:url(../images/pro_bac.png);
	background-repeat: no-repeat;
	margin-top: 47px;
	background-color: #f7f8fb;
	padding-bottom: 57px;
}
.pro_top{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.pro_top .about_cn{
	color: #fff;
	line-height: 50px;
	height: 50px;
}
.pro_top .about_en{
	color: #dddddd;
	float: left;
	margin-left: 58px;
	line-height: 50px;
	height: 50px;
}
.pro_top a{
	float: right;
	width: 186px;
	line-height: 60px;
	background-color: #fff;
	color: #3660d9;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
}

.pro_cate{
	width: 100%;
	float: left;
	height: 60px;
	background-color: #6683d9;
	margin-top: 40px;
	text-align: center;
}
.pro_cate_div{
	width: 50%;
	float: left;
	text-align: center;
	line-height: 60px;
	font-size: 22px;
}
.pro_cate_div a{
	width: 100%;
	float: left;
	color: #dddddd;
}
.pro_cate_div span{
	width: 60px;
	height: 5px;
	background-color: #fff;
	display: inline-block;
	position: relative;
    top: -39px;
}
.pro_box{
	width: 100%;
	float: left;
	margin-top: 67px;
}
.pro_box ul{
	width: 100%;
}
.pro_box ul li{
	float: left;
	width: 283px;
	margin-right: 22px;
	overflow: hidden;
	box-shadow:0px 4px 5px #ddd;  
	background-color: #fff;
}
.pro_box li:last-child{
	margin-right: 0;
}
.pro_box ul li img{
	width: 100%;
}
.pro_box ul li p{
	color: #222222;
	font-size: 18px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.case{
	width: 100%;
	float: left;
	margin-top: 57px;

}
.cate_top{
	text-align: center;
}
.cate_top .about_cn{
	width: 100%;
	float: left;
	font-weight: bolder;
}
.cate_top .about_en{
	width: 100%;
	float: left;
	color: #dddddd;
	font-weight: 600;
}
.case_box{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.case_box li{
	float: left;
	width: 372px;
	margin-right: 40px;
	overflow: hidden;
	box-shadow:0px 4px 5px #ddd;  
}
.case_box li:last-child{
	margin-right: 0;
}
.case_box li img{
	width: 100%;
}
.case_box li p{
	font-size: 18px;
	color: #222222;
	text-align: center;
	line-height: 90px;
	background-color: #f7f8fb;
}
.case_box li:hover p{
	background-color: #3660d9;
	color: #fff;
}
.case_more{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.case_more a{
	display: inline-block;
	width: 180px;
	height:57px;
	line-height: 57px;
	background-color: #3660d9;
	color: #f7f8fb;
	font-size: 20px;
}
.news{
	background-color: #f7f8fb;
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 50px;
}
.new_box{
	width: 100%;
	float: left;
	margin-top: 60px;
	margin-bottom: 60px;
}
.new_box li{
	width: 346px;
	float: left;
	padding-right: 30px;
	border-right: 2px solid #d5d6d8;
	margin-left: 49px;
}
.new_box li:first-child{
	margin-left: 0;
}
.new_box li:last-child{
	padding-right: 0;
	border-right: none;
}
.new_box li h3{
	font-size: 18px;
	color: #000;
	text-align: left;
	line-height: 42px;
	overflow: hidden;
}
.new_box .news_des{
	font-size: 16px;
	color: #9d9ea0;
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d5d6d8;
}

.new_box .new_date{
	width: 100%;
	float: left;
	margin-top: 25px;
}
.new_box .new_date p{
	color: #acadaf;
	font-size: 16px;
	width: 90px;
	float: left;
}
.new_box .new_date span{
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background-color: #acadaf;
	color: #fff;
	float: right;
	text-align: center;
	line-height: 16px;
}

.new_box li:hover h3{
	color: #3660d9;
}
.new_box li:hover p{
	color: #96acea;
}
.new_box li:hover .new_date span{
	background-color: #96acea;
}
.contact{
	width: 100%;
	float: left;
	margin-top: 45px;
}
.contact_form{
	float: left;
	width: 960px;
	margin-top: 50px;
}
.contact_form input{
	width: 410px;
	height: 60px;
	float: left;
	border-radius: 5px;
	border:1px solid #bababa;
	color: #bababa;
	font-size: 16px;
	padding-left: 20px;
	margin-right: 48px;
	margin-bottom: 27px;
}
.contact_form textarea{
	width: 890px;
	float: left;
	height: 68px;
	line-height: 68px;
	border-radius: 5px;
	border:1px solid #bababa;
	color: #bababa;
	font-size: 16px;
	padding-left: 20px;
}
.contact_info{
	width: 224px;
	float: left;
	margin-top: 50px;
}
.contact_info .contact_right{
	width: 100%;
	float: left;
	margin-bottom: 36px;
}
.contact_info img{
	width: 58px;
	height: 58px;
	float: left;
}
.contact_info .contact_right span{
	width: 146px;
	display: inline-block;
	float: left;
	height: 58px;
	margin-left: 20px;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 28px;
}
.contact_form button{
	width: 230px;
	height: 60px;
	background-color: #0f81f8;
	color: #fefefe;
	font-size: 16px;
	border:none;
	border-radius: 8px;
	margin-top:45px;
}
.index_map{
	width: 100%;
	float: left;
	margin-top: 40px;
}
.index_map img{
	width: 100%;
}
.footer{
	width: 100%;
	float: left;
	margin-top: 34px;
}
.foot_left{
	width: 318px;
	float: left;
}
.foot_left ul{
	width: 100%;
	float: left;
	margin-top: 20px;
}
.foot_left ul li{
	width: 60px;
	float: left;
	margin-right: 70px;
}
.foot_left ul li:last-child{
	margin-right: 0;
}
.foot_left ul li a{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.foot_middle{
	float: left;
	margin-left: 162px;
	width: 420px;
}
.foot_middle li{
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.foot_middle li:first-child{
	font-size: 18px;
	color: #0c0c0c;
	font-weight: 600;
	line-height: 40px;
}
.foot_right{
	float: left;

}
.foot_right img{
	width: 120px;
	float: left;
	margin-left: 20px;
}
.foot_right p{
	font-size: 16px;
	color: #0c0c0c;
	width: 100%;
	text-align: center;
	line-height: 40px;
	float: left;
	height: 40px;
}
.footer_bottom{
	width: 100%;
	float: left;
	background-color: #3660d9;
	text-align: center;
	margin-top: 42px;
	height: 63px;
	font-size: 15px;
	color: #fff; 
	line-height: 63px;
}
.footer_bottom a{
	font-size: 15px;
	color: #fff; 
	line-height: 63px;
	margin-left: 270px;
}


/*å­é¡µ*/
.left_box{
    width: 200px;
    height: auto;
    float: left;
    margin-bottom: 20px;
}
.left_box h3{
	height: 64px;
    padding-top: 30px;
    font-size: 18px;
    background: url(../images/page_left_product_title_bg.png) no-repeat;
    border-bottom: 6px solid #2878B3;
    text-align: center;
}
.left_box h3 a{
	color: #fff;
	font-size: 18px;
}
.left_box h3 span{
	color: #fff;
	font-size: 14px;
}
.left_box ul li a{
	color: #FFFFFF;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #287AB3;
    display: block;
    padding-left: 38px;
    background:#1f61d0;
}   

.left_box ul li a:hover {
    color: #fff;
    background: #237ab3 url(../images/page_left_ico1.png) no-repeat;
    background-position: 10px;
}
.left_contract h3{
	color: #fff;
}
.left_contract span{
	color: #fff;
	background-color: #1f61d0;
	display: block;
	line-height: 38px;
	font-size: 14px;
	padding-left: 20px;
}
.right_box{
	width: 914px;
    float: left;
    overflow: hidden;
    padding: 30px 30px;
    border-right: solid 5px #f0f0f0;
    border-left: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
    margin: 30px 0;
    margin-left: 20px;
    background: #fff;
}
.right_top{
	height: 32px;
    line-height: 32px;
    border-bottom: 5px solid #ccc;
}
.right_top a{
	color: #333;
}
#product_tags {
    float: right;
}
#current_cate {
    float: left;
    font-size: 24px;
    color: #666;
    font-weight: bold;
}
.right_img{
	width: 100%;
	float: left;
	margin-top: 20px;
	min-height: 600px;
}
.right_img p img{
	width: 100%;
}
.pro_list li{
	width: 270px;
    background: #fff;
    float: left;
    margin-right: 28px;
    text-align: center;
    margin-top: 20px;
    position: relative;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    margin-left: 6px;
    overflow: hidden;
}
.pro_list li:last-child{
	margin-right: 0px;
}
.pro_list li a{
	display: bold;
}
.pro_list li img{
	width: 100%;
	/*height: 150px;*/
}
.pro_list li p{
	line-height: 36px;
	color: #333;
}
.pro_list li:hover p{
	background-color: #388BC6;
	color: #fff;
}

.pagination{
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px;
}
.pagination li{
	width: 20px;
	float: left;
}
.pagination a{
	color: #333;
}
.pagination a:hover{
	color:#388BC6;
}

.pro_hot{
	width: 100%;
	float: left;
	margin-top: 30px;
}
.pro_hot ul li{
	width: 220px;
	float: left;
	text-align: center;
	margin-right: 11px;
}
.pro_hot ul li a{
	color: #333;
    font-size: 16px;
    line-height: 30px;
}
    
.pro_hot ul li img{
	width: 100%;
}
.pro_hot ul h3{
	width: 100%;
	float: left;
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	font-weight: 600;
}
.pro_hot ul li:last-child{
	margin-right: 0px;
}
#page_articlelist {
    padding-bottom: 20px;
    overflow: hidden;
}
#page_articlelist ul li {
    height: 100px;
    border-bottom: 1px dotted #ccc;
    padding: 20px 0 20px 0;
}
#page_articlelist ul li span {
    display: block;
    width: 70px;
    height: 70px;
    /* background: url(/Public/images/date_bg_666.gif) no-repeat; */
    background: #999999;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    overflow: hidden;
    float: left;
    margin-top: 15px;
    border-radius: 70px;
}
#page_articlelist ul li:hover span{
	background-color: #388BC6;
	color: #fff;
}
#page_articlelist ul li span b {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    height: 12px;
    line-height: 12px;
    margin: 0;
    padding: 0;
}
#page_articlelist ul li span #d_year {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    padding-top: 6px;
    display: block;
}
#page_articlelist #i_news_a_c {
    margin-left: 100px;
}
#page_articlelist ul li h5 a {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #333;
}
#page_articlelist ul li h5:hover a{
	color: #1f61d0;
}
#page_articlelist ul li p{
	font-size: 14px;
    color: #454545;
    line-height: 28px;
}
.article{
	margin:30px;
}
.article h1 {
    font-size: 28px;
    text-align: center;
    margin: 30px 0 10px 0;
    color:#000;
    font-family: auto;
}
.article #excerpt {
    margin-bottom: 30px;
    text-align: center;
}
.page_content p img{
	width: 100%;
}
.pagination a{
	display: block;	
	padding:0 10px;
	float: left;
}</pre></body></html>